home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / F / FilmPro.cpt / Call Sheets / background_2689.txt < prev    next >
Encoding:
Text File  |  1988-04-17  |  18.8 KB  |  868 lines

  1. -- background: 2689 from stack: in
  2. -- bmap block id: 3822
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Call Sheets Bkgnd.
  6. ----- HyperTalk script -----
  7. on openstack
  8.   hide bkgnd field "fix screen"
  9. end openstack
  10.  
  11. on closestack
  12.   if the freesize of this stack > 0.15 * the size of this stack then
  13.     set cursor to 4
  14.     domenu "compact stack"
  15.   end if
  16. end closestack
  17.  
  18.  
  19.  
  20.  
  21. -- part 1 (button)
  22. -- low flags: 00
  23. -- high flags: 0000
  24. -- rect: left=253 top=25 right=58 bottom=297
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 0 / 0
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: Keywords
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.   play "harpsichord"
  36.   show background field "hidden keywords"
  37.   answer "New Keywords will replace old ones" with "Cancel" or "Okay"
  38.   if it is "okay" then
  39.     ask "Enter Keywords for Call Sheet"
  40.     put it into background field "hidden keywords"
  41.   end if
  42.   hide background field "hidden keywords"
  43.  
  44.  
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 2 (button)
  50. -- low flags: 00
  51. -- high flags: 0000
  52. -- rect: left=310 top=28 right=57 bottom=340
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 8538 / 8538
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: find
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   play harpsichord
  64.   domenu "find..."
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 3 (button)
  70. -- low flags: 00
  71. -- high flags: 0000
  72. -- rect: left=355 top=25 right=56 bottom=390
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 20186 / 20186
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Sort
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   play "harpsichord"
  84.   answer "Sort all cards according to:" with "Title" or  "Job #" or "Date"
  85.   if it is "Title" then
  86.     sort by first word of bkgnd field "Title"
  87.   end if
  88.  
  89.  
  90.   if it is "Job #" then
  91.     sort numeric by first word of bkgnd field "Job #"
  92.   end if
  93.  
  94.   if it is "Date" then
  95.     sort  dateTime by first word of bkgnd field "date"
  96.   end if
  97.  
  98.  
  99.  
  100.  
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 4 (button)
  106. -- low flags: 00
  107. -- high flags: 0003
  108. -- rect: left=406 top=30 right=54 bottom=435
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 10610 / 10610
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: Dial
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   beep
  120.  
  121.   answer "Please go to the appropriate stack first."
  122.  
  123.  
  124.  
  125.  
  126.  
  127. end mouseUp
  128.  
  129.  
  130.  
  131. -- part 5 (button)
  132. -- low flags: 00
  133. -- high flags: 2000
  134. -- rect: left=241 top=308 right=331 bottom=268
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 1014 / 1014
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: Prev
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   visual effect scroll right fast to black
  146.   visual effect scroll right fast
  147.   go to prev card
  148. end mouseUp
  149.  
  150.  
  151.  
  152. -- part 6 (button)
  153. -- low flags: 00
  154. -- high flags: 2000
  155. -- rect: left=274 top=308 right=331 bottom=303
  156. -- title width / last selected line: 0
  157. -- icon id / first selected line: 1013 / 1013
  158. -- text alignment: 1
  159. -- font id: 0
  160. -- text size: 12
  161. -- style flags: 0
  162. -- line height: 16
  163. -- part name: Next
  164. ----- HyperTalk script -----
  165. on mouseUp
  166.   visual effect scroll left fast to BLACK
  167.   visual effect scroll left fast
  168.   go to next card
  169. end mouseUp
  170.  
  171.  
  172.  
  173. -- part 7 (button)
  174. -- low flags: 00
  175. -- high flags: 2000
  176. -- rect: left=212 top=28 right=56 bottom=246
  177. -- title width / last selected line: 0
  178. -- icon id / first selected line: 32462 / 32462
  179. -- text alignment: 1
  180. -- font id: 0
  181. -- text size: 12
  182. -- style flags: 0
  183. -- line height: 16
  184. -- part name: Button Help 
  185. ----- HyperTalk script -----
  186.  
  187. on mouseup
  188.   push this card
  189.   set cursor to 4
  190.   visual effect barn door open
  191.   go to stack "FilmPro Help"
  192. end mouseup
  193.  
  194.  
  195.  
  196. -- part 9 (button)
  197. -- low flags: 00
  198. -- high flags: 0000
  199. -- rect: left=451 top=25 right=58 bottom=490
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 1007 / 1007
  202. -- text alignment: 1
  203. -- font id: 0
  204. -- text size: 12
  205. -- style flags: 0
  206. -- line height: 16
  207. -- part name: Print
  208. ----- HyperTalk script -----
  209. on mouseUp
  210.   play harpsichord
  211.   answer "Proceed with Printing?" with "This Card" or "This Stack" or "Cancel"
  212.   if it is "This Card" then
  213.     ask "Name of Production Company or Unit"
  214.     if it is empty then exit mouseup
  215.     else if it is not empty then
  216.       put it into bkgnd field "print title"
  217.       set lockscreen to true
  218.       set cursor to 4
  219.       show bkgnd field "fix screen"
  220.       show bkgnd field "hide left"
  221.       show bkgnd field "hide top"
  222.       show bkgnd field "hide right"
  223.       show bkgnd field "hide bottom"
  224.       hide bkgnd button "return"
  225.       hide bkgnd button "prev"
  226.       hide bkgnd button "next"
  227.       hide bkgnd button "print call sheet"
  228.       show bkgnd field "print title"
  229.  
  230.       domenu "print card"
  231.       hide bkgnd field "hide left"
  232.       hide bkgnd field "hide top"
  233.       hide bkgnd field "hide right"
  234.       hide bkgnd field "hide bottom"
  235.       hide bkgnd field "fix screen"
  236.       show bkgnd button "return"
  237.       show bkgnd button "prev"
  238.       show bkgnd button "next"
  239.       show bkgnd button "print call sheet"
  240.       hide bkgnd field "print title"
  241.       put empty into bkgnd field "print title"
  242.       set lockscreen to false
  243.     else if it is "This Stack" then domenu "Print stack..."
  244.   end if
  245. end mouseUp
  246.  
  247.  
  248.  
  249. -- part 11 (button)
  250. -- low flags: 00
  251. -- high flags: 2000
  252. -- rect: left=3 top=217 right=257 bottom=41
  253. -- title width / last selected line: 65535
  254. -- icon id / first selected line: -15743 / 49793
  255. -- text alignment: 1
  256. -- font id: 0
  257. -- text size: 12
  258. -- style flags: 0
  259. -- line height: 16
  260. -- part name: Crews Stack Button
  261. ----- HyperTalk script -----
  262. on mouseUp
  263.   set cursor to 4
  264.   push this card
  265.   visual effect dissolve  to white
  266.   visual effect dissolve
  267.   go to stack "Crews"
  268. end mouseUp
  269.  
  270.  
  271.  
  272. -- part 12 (button)
  273. -- low flags: 00
  274. -- high flags: 2000
  275. -- rect: left=2 top=262 right=295 bottom=43
  276. -- title width / last selected line: 0
  277. -- icon id / first selected line: 9761 / 9761
  278. -- text alignment: 1
  279. -- font id: 0
  280. -- text size: 12
  281. -- style flags: 0
  282. -- line height: 16
  283. -- part name: Locations Stack Button
  284. ----- HyperTalk script -----
  285. on mouseUp
  286.   set cursor to 4
  287.   push card
  288.   visual effect dissolve  to white
  289.   visual effect dissolve
  290.   go to stack "Locations"
  291. end mouseUp
  292.  
  293.  
  294.  
  295.  
  296. -- part 13 (button)
  297. -- low flags: 00
  298. -- high flags: 2000
  299. -- rect: left=0 top=59 right=96 bottom=42
  300. -- title width / last selected line: 0
  301. -- icon id / first selected line: 2002 / 2002
  302. -- text alignment: 1
  303. -- font id: 0
  304. -- text size: 12
  305. -- style flags: 0
  306. -- line height: 16
  307. -- part name: Client Stack Button
  308. ----- HyperTalk script -----
  309. on mouseUp
  310.   set cursor to 4
  311.   push this card
  312.   visual effect dissolve  to white
  313.   visual effect dissolve
  314.   go to stack Clients
  315. end mouseUp
  316.  
  317.  
  318.  
  319. -- part 14 (button)
  320. -- low flags: 00
  321. -- high flags: 2000
  322. -- rect: left=47 top=301 right=331 bottom=79
  323. -- title width / last selected line: 0
  324. -- icon id / first selected line: 29114 / 29114
  325. -- text alignment: 1
  326. -- font id: 0
  327. -- text size: 12
  328. -- style flags: 0
  329. -- line height: 16
  330. -- part name: return
  331. ----- HyperTalk script -----
  332. on mouseUp
  333.   visual effect wipe left fast to black
  334.   visual effect wipe right fast
  335.   pop card
  336. end mouseUp
  337.  
  338.  
  339.  
  340. -- part 15 (button)
  341. -- low flags: 00
  342. -- high flags: 2000
  343. -- rect: left=9 top=183 right=213 bottom=35
  344. -- title width / last selected line: 0
  345. -- icon id / first selected line: 0 / 0
  346. -- text alignment: 1
  347. -- font id: 0
  348. -- text size: 12
  349. -- style flags: 0
  350. -- line height: 16
  351. -- part name: memos
  352. ----- HyperTalk script -----
  353. on mouseUp
  354.   set cursor to 4
  355.   push this card
  356.   visual effect dissolve  to white
  357.   visual effect dissolve
  358.   go to last card in stack memos
  359.  
  360.  
  361.  
  362.  
  363. end mouseUp
  364.  
  365.  
  366.  
  367. -- part 16 (button)
  368. -- low flags: 00
  369. -- high flags: 2000
  370. -- rect: left=2 top=140 right=177 bottom=39
  371. -- title width / last selected line: 0
  372. -- icon id / first selected line: 18814 / 18814
  373. -- text alignment: 1
  374. -- font id: 0
  375. -- text size: 12
  376. -- style flags: 0
  377. -- line height: 16
  378. -- part name: Call Sheets
  379. ----- HyperTalk script -----
  380. on mouseUp
  381.   beep
  382.   answer "You are already in the Call Sheets stack."
  383. end mouseUp
  384.  
  385.  
  386.  
  387. -- part 19 (button)
  388. -- low flags: 00
  389. -- high flags: 2000
  390. -- rect: left=2 top=104 right=134 bottom=38
  391. -- title width / last selected line: 0
  392. -- icon id / first selected line: 0 / 0
  393. -- text alignment: 1
  394. -- font id: 0
  395. -- text size: 12
  396. -- style flags: 0
  397. -- line height: 16
  398. -- part name: jobs stack button
  399. ----- HyperTalk script -----
  400. on mouseUp
  401.   set cursor to 4
  402.   push this card
  403.   visual effect dissolve  to white
  404.   visual effect dissolve
  405.   go to last card in stack Job File
  406. end mouseUp
  407.  
  408.  
  409.  
  410. -- part 20 (field)
  411. -- low flags: 80
  412. -- high flags: 0001
  413. -- rect: left=208 top=24 right=58 bottom=503
  414. -- title width / last selected line: 0
  415. -- icon id / first selected line: 0 / 0
  416. -- text alignment: 0
  417. -- font id: 3
  418. -- text size: 12
  419. -- style flags: 0
  420. -- line height: 16
  421. -- part name: hidden keywords
  422.  
  423.  
  424. -- part 35 (field)
  425. -- low flags: 80
  426. -- high flags: 2001
  427. -- rect: left=0 top=0 right=342 bottom=512
  428. -- title width / last selected line: 0
  429. -- icon id / first selected line: 0 / 0
  430. -- text alignment: 0
  431. -- font id: 3
  432. -- text size: 12
  433. -- style flags: 0
  434. -- line height: 16
  435. -- part name: hidden memo
  436.  
  437.  
  438. -- part 36 (button)
  439. -- low flags: 00
  440. -- high flags: 2000
  441. -- rect: left=1 top=23 right=55 bottom=42
  442. -- title width / last selected line: 0
  443. -- icon id / first selected line: 0 / 0
  444. -- text alignment: 1
  445. -- font id: 0
  446. -- text size: 12
  447. -- style flags: 0
  448. -- line height: 16
  449. -- part name: filmpro
  450. ----- HyperTalk script -----
  451. on mouseUp
  452.   set cursor to 4
  453.   push this card
  454.   visual effect dissolve to white
  455.   visual effect dissolve
  456.   go to card id 2844 of stack "FilmPro "
  457. end mouseUp
  458.  
  459.  
  460.  
  461.  
  462. -- part 37 (button)
  463. -- low flags: 00
  464. -- high flags: 2000
  465. -- rect: left=4 top=300 right=334 bottom=40
  466. -- title width / last selected line: 0
  467. -- icon id / first selected line: 17343 / 17343
  468. -- text alignment: 1
  469. -- font id: 0
  470. -- text size: 12
  471. -- style flags: 0
  472. -- line height: 16
  473. -- part name: Application
  474. ----- HyperTalk script -----
  475. on mouseUp
  476.   play harpsichord
  477.   ask "Which application would you like to open?"
  478.   if it is not empty then
  479.     suspend
  480.     open it
  481.   else if it is empty then
  482.     exit mouseup
  483.   end if
  484.  
  485. end mouseUp
  486.  
  487.  
  488.  
  489. -- part 38 (field)
  490. -- low flags: 00
  491. -- high flags: 4000
  492. -- rect: left=88 top=62 right=80 bottom=184
  493. -- title width / last selected line: 0
  494. -- icon id / first selected line: 0 / 0
  495. -- text alignment: 1
  496. -- font id: 3
  497. -- text size: 12
  498. -- style flags: 256
  499. -- line height: 16
  500. -- part name: Job #
  501.  
  502.  
  503. -- part 39 (field)
  504. -- low flags: 00
  505. -- high flags: 4000
  506. -- rect: left=228 top=64 right=82 bottom=374
  507. -- title width / last selected line: 0
  508. -- icon id / first selected line: 0 / 0
  509. -- text alignment: 1
  510. -- font id: 3
  511. -- text size: 9
  512. -- style flags: 256
  513. -- line height: 12
  514. -- part name: Title
  515.  
  516.  
  517. -- part 40 (field)
  518. -- low flags: 00
  519. -- high flags: 4000
  520. -- rect: left=409 top=64 right=81 bottom=503
  521. -- title width / last selected line: 0
  522. -- icon id / first selected line: 0 / 0
  523. -- text alignment: 1
  524. -- font id: 3
  525. -- text size: 9
  526. -- style flags: 0
  527. -- line height: 12
  528. -- part name: Date
  529.  
  530.  
  531. -- part 41 (field)
  532. -- low flags: 00
  533. -- high flags: 4000
  534. -- rect: left=46 top=96 right=187 bottom=186
  535. -- title width / last selected line: 0
  536. -- icon id / first selected line: 0 / 0
  537. -- text alignment: 0
  538. -- font id: 3
  539. -- text size: 9
  540. -- style flags: 0
  541. -- line height: 11
  542. -- part name: Cast
  543. ----- HyperTalk script -----
  544. on mousewithin
  545.   hide bkgnd field "hide left"
  546.   hide bkgnd field "hide top"
  547.   hide bkgnd field "hide right"
  548.   hide bkgnd field "hide bottom"
  549.   show bkgnd button "return"
  550.   show bkgnd button "prev"
  551.   show bkgnd button "next"
  552.   show bkgnd button "print call sheet"
  553.   hide bkgnd field "print title"
  554.   put empty into bkgnd field "print title"
  555. end mousewithin
  556.  
  557.  
  558. -- part 43 (field)
  559. -- low flags: 00
  560. -- high flags: 4000
  561. -- rect: left=193 top=96 right=188 bottom=243
  562. -- title width / last selected line: 0
  563. -- icon id / first selected line: 0 / 0
  564. -- text alignment: 1
  565. -- font id: 3
  566. -- text size: 9
  567. -- style flags: 0
  568. -- line height: 11
  569. -- part name: Cast Call
  570.  
  571.  
  572. -- part 44 (field)
  573. -- low flags: 00
  574. -- high flags: 4000
  575. -- rect: left=247 top=96 right=189 bottom=419
  576. -- title width / last selected line: 0
  577. -- icon id / first selected line: 0 / 0
  578. -- text alignment: 0
  579. -- font id: 3
  580. -- text size: 9
  581. -- style flags: 0
  582. -- line height: 11
  583. -- part name: Location
  584.  
  585.  
  586. -- part 45 (field)
  587. -- low flags: 00
  588. -- high flags: 4000
  589. -- rect: left=424 top=96 right=188 bottom=502
  590. -- title width / last selected line: 0
  591. -- icon id / first selected line: 0 / 0
  592. -- text alignment: 0
  593. -- font id: 3
  594. -- text size: 9
  595. -- style flags: 0
  596. -- line height: 11
  597. -- part name: Scene
  598.  
  599.  
  600. -- part 42 (field)
  601. -- low flags: 00
  602. -- high flags: 4000
  603. -- rect: left=47 top=200 right=302 bottom=187
  604. -- title width / last selected line: 0
  605. -- icon id / first selected line: 0 / 0
  606. -- text alignment: 0
  607. -- font id: 3
  608. -- text size: 9
  609. -- style flags: 0
  610. -- line height: 11
  611. -- part name: Crew
  612.  
  613.  
  614. -- part 47 (field)
  615. -- low flags: 00
  616. -- high flags: 4000
  617. -- rect: left=193 top=200 right=302 bottom=243
  618. -- title width / last selected line: 0
  619. -- icon id / first selected line: 0 / 0
  620. -- text alignment: 1
  621. -- font id: 3
  622. -- text size: 9
  623. -- style flags: 0
  624. -- line height: 11
  625. -- part name: Crew Call
  626.  
  627.  
  628. -- part 48 (field)
  629. -- low flags: 00
  630. -- high flags: 4000
  631. -- rect: left=247 top=200 right=302 bottom=420
  632. -- title width / last selected line: 0
  633. -- icon id / first selected line: 0 / 0
  634. -- text alignment: 0
  635. -- font id: 3
  636. -- text size: 9
  637. -- style flags: 0
  638. -- line height: 11
  639. -- part name: Location
  640.  
  641.  
  642. -- part 61 (field)
  643. -- low flags: 81
  644. -- high flags: 0001
  645. -- rect: left=44 top=0 right=25 bottom=512
  646. -- title width / last selected line: 0
  647. -- icon id / first selected line: 0 / 0
  648. -- text alignment: 0
  649. -- font id: 3
  650. -- text size: 12
  651. -- style flags: 0
  652. -- line height: 16
  653. -- part name: hide top
  654. ----- HyperTalk script -----
  655. on mousewithin
  656.   hide bkgnd field "hide left"
  657.   hide bkgnd field "hide top"
  658.   hide bkgnd field "hide right"
  659.   hide bkgnd field "hide bottom"
  660.   show bkgnd button "return"
  661.   show bkgnd button "prev"
  662.   show bkgnd button "next"
  663.   show bkgnd button "print call sheet"
  664.   hide bkgnd field "print title"
  665.   put empty into bkgnd field "print title"
  666. end mousewithin
  667.  
  668.  
  669. -- part 49 (field)
  670. -- low flags: 00
  671. -- high flags: 4000
  672. -- rect: left=424 top=200 right=302 bottom=501
  673. -- title width / last selected line: 0
  674. -- icon id / first selected line: 0 / 0
  675. -- text alignment: 0
  676. -- font id: 3
  677. -- text size: 9
  678. -- style flags: 0
  679. -- line height: 11
  680. -- part name: Scene
  681.  
  682.  
  683. -- part 51 (field)
  684. -- low flags: 81
  685. -- high flags: 0001
  686. -- rect: left=0 top=0 right=342 bottom=45
  687. -- title width / last selected line: 0
  688. -- icon id / first selected line: 0 / 0
  689. -- text alignment: 0
  690. -- font id: 3
  691. -- text size: 12
  692. -- style flags: 0
  693. -- line height: 16
  694. -- part name: hide left
  695. ----- HyperTalk script -----
  696. on mousewithin
  697.   hide bkgnd field "hide left"
  698.   hide bkgnd field "hide top"
  699.   hide bkgnd field "hide right"
  700.   hide bkgnd field "hide bottom"
  701.   show bkgnd button "return"
  702.   show bkgnd button "prev"
  703.   show bkgnd button "next"
  704.   show bkgnd button "print call sheet"
  705.   hide bkgnd field "print title"
  706.   put empty into bkgnd field "print title"
  707. end mousewithin
  708.  
  709.  
  710. -- part 52 (field)
  711. -- low flags: 81
  712. -- high flags: 0001
  713. -- rect: left=44 top=0 right=25 bottom=512
  714. -- title width / last selected line: 0
  715. -- icon id / first selected line: 0 / 0
  716. -- text alignment: 0
  717. -- font id: 3
  718. -- text size: 12
  719. -- style flags: 0
  720. -- line height: 16
  721. -- part name: hide top
  722.  
  723.  
  724. -- part 53 (field)
  725. -- low flags: 80
  726. -- high flags: 0001
  727. -- rect: left=206 top=24 right=58 bottom=503
  728. -- title width / last selected line: 0
  729. -- icon id / first selected line: 0 / 0
  730. -- text alignment: 1
  731. -- font id: 3
  732. -- text size: 12
  733. -- style flags: 256
  734. -- line height: 24
  735. -- part name: print title
  736.  
  737.  
  738. -- part 54 (field)
  739. -- low flags: 81
  740. -- high flags: 0001
  741. -- rect: left=500 top=22 right=336 bottom=512
  742. -- title width / last selected line: 0
  743. -- icon id / first selected line: 0 / 0
  744. -- text alignment: 0
  745. -- font id: 3
  746. -- text size: 12
  747. -- style flags: 0
  748. -- line height: 16
  749. -- part name: hide right
  750. ----- HyperTalk script -----
  751. on mousewithin
  752.   hide bkgnd field "hide left"
  753.   hide bkgnd field "hide top"
  754.   hide bkgnd field "hide right"
  755.   hide bkgnd field "hide bottom"
  756.   show bkgnd button "return"
  757.   show bkgnd button "prev"
  758.   show bkgnd button "next"
  759.   show bkgnd button "print call sheet"
  760.   hide bkgnd field "print title"
  761.   put empty into bkgnd field "print title"
  762. end mousewithin
  763.  
  764.  
  765. -- part 55 (field)
  766. -- low flags: 81
  767. -- high flags: 0001
  768. -- rect: left=43 top=303 right=342 bottom=512
  769. -- title width / last selected line: 0
  770. -- icon id / first selected line: 0 / 0
  771. -- text alignment: 0
  772. -- font id: 3
  773. -- text size: 12
  774. -- style flags: 0
  775. -- line height: 16
  776. -- part name: hide bottom
  777. ----- HyperTalk script -----
  778. on mousewithin
  779.   hide bkgnd field "hide left"
  780.   hide bkgnd field "hide top"
  781.   hide bkgnd field "hide right"
  782.   hide bkgnd field "hide bottom"
  783.   show bkgnd button "return"
  784.   show bkgnd button "prev"
  785.   show bkgnd button "next"
  786.   show bkgnd button "print call sheet"
  787.   hide bkgnd field "print title"
  788.   put empty into bkgnd field "print title"
  789. end mousewithin
  790.  
  791.  
  792. -- part 62 (button)
  793. -- low flags: 00
  794. -- high flags: A003
  795. -- rect: left=107 top=307 right=329 bottom=221
  796. -- title width / last selected line: 0
  797. -- icon id / first selected line: 0 / 0
  798. -- text alignment: 1
  799. -- font id: 0
  800. -- text size: 12
  801. -- style flags: 0
  802. -- line height: 16
  803. -- part name: Print Call Sheet
  804. ----- HyperTalk script -----
  805. on mouseUp
  806.   play harpsichord
  807.   ask "Name of Production Company or Unit"
  808.   if it is empty then exit mouseup
  809.   else if it is not empty then
  810.     put it into bkgnd field "print title"
  811.     set lockscreen to true
  812.     set cursor to 4
  813.     hide bkgnd button "print call sheet"
  814.     show bkgnd field "fix screen"
  815.     show bkgnd field "hide left"
  816.     show bkgnd field "hide top"
  817.     show bkgnd field "hide right"
  818.     show bkgnd field "hide bottom"
  819.     hide bkgnd button "return"
  820.     hide bkgnd button "prev"
  821.     hide bkgnd button "next"
  822.     show bkgnd field "print title"
  823.  
  824.     domenu "print card"
  825.     hide bkgnd field "hide left"
  826.     hide bkgnd field "hide top"
  827.     hide bkgnd field "hide right"
  828.     hide bkgnd field "hide bottom"
  829.     hide bkgnd field "fix screen"
  830.     show bkgnd button "return"
  831.     show bkgnd button "prev"
  832.     show bkgnd button "next"
  833.     show bkgnd button "print call sheet"
  834.     hide bkgnd field "print title"
  835.     put empty into bkgnd field "print title"
  836.     set lockscreen to false
  837.   end if
  838. end mouseUp
  839.  
  840.  
  841.  
  842. -- part 63 (field)
  843. -- low flags: 80
  844. -- high flags: 0000
  845. -- rect: left=0 top=0 right=342 bottom=512
  846. -- title width / last selected line: 0
  847. -- icon id / first selected line: 0 / 0
  848. -- text alignment: 0
  849. -- font id: 3
  850. -- text size: 12
  851. -- style flags: 0
  852. -- line height: 16
  853. -- part name: fix screen
  854. ----- HyperTalk script -----
  855. on mousewithin
  856.   hide bkgnd field "hide left"
  857.   hide bkgnd field "hide top"
  858.   hide bkgnd field "hide right"
  859.   hide bkgnd field "hide bottom"
  860.   show bkgnd button "return"
  861.   show bkgnd button "prev"
  862.   show bkgnd button "next"
  863.   show bkgnd button "print call sheet"
  864.   hide bkgnd field "print title"
  865.   hide bkgnd field "fix screen"
  866.   put empty into bkgnd field "print title"
  867. end mousewithin
  868.